ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / IsAnimated Property

In This Topic
    IsAnimated Property (FlexPieBase<T>)
    In This Topic
    Gets or sets a value indicating whether to use animation when items are selected.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also